internal/runtime/maps.groupReference.elem (method)
40 uses
internal/runtime/maps (current package)
group.go#L296: func (g *groupReference) elem(typ *abi.MapType, i uintptr) unsafe.Pointer {
group.go#L354: oldElem := *(*unsafe.Pointer)(oldGroup.elem(typ, i))
group.go#L360: *(*unsafe.Pointer)(newGroup.elem(typ, i)) = newElem
map.go#L462: slotElem := g.elem(typ, i)
map.go#L556: slotElem := g.elem(typ, i)
map.go#L585: slotElem := g.elem(typ, i)
map.go#L626: elem := g.elem(typ, i)
map.go#L712: slotElem := g.elem(typ, i)
runtime_fast32.go#L167: slotElem := g.elem(typ, i)
runtime_fast32.go#L186: slotElem := g.elem(typ, i)
runtime_fast32.go#L261: slotElem = g.elem(typ, i)
runtime_fast32.go#L306: slotElem = g.elem(typ, i)
runtime_fast32.go#L400: slotElem = g.elem(typ, i)
runtime_fast32.go#L440: slotElem = g.elem(typ, i)
runtime_fast64.go#L168: slotElem := g.elem(typ, i)
runtime_fast64.go#L187: slotElem := g.elem(typ, i)
runtime_fast64.go#L262: slotElem = g.elem(typ, i)
runtime_fast64.go#L307: slotElem = g.elem(typ, i)
runtime_fast64.go#L344: slotElem := g.elem(typ, i)
runtime_fast64.go#L363: slotElem := g.elem(typ, i)
runtime_fast64.go#L440: slotElem = g.elem(typ, i)
runtime_fast64.go#L480: slotElem = g.elem(typ, i)
runtime_faststr.go#L235: slotElem := g.elem(typ, i)
runtime_faststr.go#L254: slotElem := g.elem(typ, i)
runtime_faststr.go#L332: slotElem = g.elem(typ, i)
runtime_faststr.go#L377: slotElem = g.elem(typ, i)
table.go#L207: slotElem := g.elem(typ, i)
table.go#L241: slotElem := g.elem(typ, i)
table.go#L292: slotElem := g.elem(typ, i)
table.go#L345: slotElem := g.elem(typ, i)
table.go#L406: slotElem := g.elem(typ, i)
table.go#L451: slotElem := g.elem(typ, i)
table.go#L789: elem := it.group.elem(it.typ, slotIdx)
table.go#L850: elem = it.group.elem(it.typ, k)
table.go#L862: elem = it.group.elem(it.typ, k)
table.go#L995: elem = it.group.elem(it.typ, slotIdx)
table.go#L1110: elem = it.group.elem(it.typ, slotIdx)
table.go#L1203: elem := g.elem(typ, j)
table.go#L1244: elem := g.elem(typ, j)
table_debug.go#L116: dump(g.elem(typ, j), typ.Elem.Size_)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |